/* banner */
/*.fcnt{
    display:block;
    height:350px;
    width:990px;
    margin:20px auto;
    border:4px solid #86d5e9;
    border-radius: 5px;
    position:relative;
    overflow:hidden;
    padding:5px;
}
.fcnt .mimg{
    float:left;
    width:813px;
    height:350px;
    overflow:hidden;
}
.fcnt .mimg div{
    display:none;
}
.mimg img{
    width:813px;
    height:350px;

}
.fcnt ul{
    float:right;
    width:166px;
    height:350px;
}
*html .fcnt ul{
    position:absolute;
    right:0;
    top:0;
    width:166px;
    height:350px;
}
.fcnt li{
    display:block;
    width:164px;
    height: 86px;
    cursor:pointer;
    overflow:hidden;
    margin-bottom:2px ;
    margin-top:1px;
}
.fcnt li img{
    width:159px;
    height:79px;
    filter:alpha(opacity=30);
    -moz-opacity:0.3;
    opacity:0.3;
}
.fcnt li.cur{
    width:164px;
    height:86px;
    margin-bottom:2px ;
    margin-top:2px;
}
.fcnt li.cur img{
    width:159px;
    height:79px;
    border:3px solid #ff9600;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}*/

#full-screen-slider {
    width: 100%;
    height: 457px;
    position: relative;

}
#slides {
    display: block;
    width: 100%;
    height: 457px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 0;
}
#slides li {
    display: block;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;

}
#slides li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px
}

#pagination {
    display: block;
    list-style: none;
    position: absolute;
    left: 700px;
    bottom: 20px;
    z-index: 9900;
    padding: 5px 15px 5px 0;
    margin: auto 0;
    width: 10%;
    text-align: center;


}
#pagination li {
    display: block;
    list-style: none;
    width: 12px;
    height: 12px;
    float: left;
    margin-left:8px;
    background:#fff;
    border-radius: 12px;
}
#pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}
#pagination li.current {
    background:#0093dd;
    border-radius: 12px;
    height:12px;
    width:12px;
}